GdiplusStartup (gdiplus)
Last changed: -155.104.37.18

.
Summary
GdiplusStartup has to be called before using any API in gdiplus.dll

C# Signature:

[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, ExactSpelling=true)]

private static extern int GdiplusStartup(out IntPtr token, ref StartupInput input, out StartupOutput output);

VB Signature:

Declare Function GdiplusStartup Lib "gdiplus.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

None as System.Drawing will call this API automatically when first API in gdiplus.dll is called by managed code.

Documentation